home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / getpstxt.zip / GETPSTXT.DOC < prev   
Text File  |  1989-05-22  |  1KB  |  33 lines

  1.  
  2.                  EXTRACT TEXT FROM A POSTSCRIPT FILE
  3.                             by Scott Pakin
  4.  
  5.  
  6. GETPSTXT is a filter like MORE and FIND.  To use it, execute the
  7. following command at the DOS prompt:
  8.  
  9.                TYPE infile.ext | GETPSTXT > outfile.ext
  10.  
  11. "infile.ext" is the name of your input (PostScript) file and
  12. "outfile.ext" is what you want to call the file containing the
  13. extracted text from the input file.
  14.  
  15. Note that I wrote GETPSTXT quickly, so there are are lot of things
  16. that aren't so great about it.  The program is painfully slow.  It
  17. assumes there is exactly one space between words.  It has no concept
  18. of a new line.  And it occasionally outputs garbage characters.
  19.  
  20. I'm sure there are a number of other problems I haven't caught.
  21. However, I'm not planning on writing a better version, especially not
  22. before I learn PostScript.  (I wrote GETPSTXT knowing only what is
  23. contained in a PostScript printout I generated from WordPerfect.)  If
  24. you would really like me to write an improved GETPSTXT, you can send
  25. mail to the address below, but don't hold your breath waiting for
  26. GETPSTXT II.
  27.  
  28. SEND ALL QUESTIONS AND COMMENTS TO:
  29. Scott Pakin
  30. 6007 N. Sheridan Rd.
  31. Chicago, IL  60660
  32.  
  33.